Skip to content

feat: disabling retrying, added writeRecord(const char *record)#167

Merged
vlastahajek merged 1 commit intomasterfrom
fix/disable_retry
Dec 3, 2021
Merged

feat: disabling retrying, added writeRecord(const char *record)#167
vlastahajek merged 1 commit intomasterfrom
fix/disable_retry

Conversation

@vlastahajek
Copy link
Collaborator

Proposed Changes

  • Added possibility to disable retrying by setting maxRetryAttempts to zero: client.setWriteOptions(WriteOptions().maxRetryAttempts(0));
  • Added InfluxDBClient::writeRecord(const char *record).

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • Tests pass
  • Commit messages are in semantic format

@vlastahajek vlastahajek merged commit 87e74b3 into master Dec 3, 2021
@vlastahajek vlastahajek deleted the fix/disable_retry branch December 3, 2021 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant